html {
	background: #ffffff;
	font-size: 14px;
	color: #666;
	font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

body {
	min-width: 1220px;
}

.g_cw {
	width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}

.g_cw::before,
.g_cw::after {
	content: '';
	display: block;
	clear: both;
}

.g_mt {
	margin-top: 80px;
}

.g_mt::before,
.g_mt::after {
	content: '';
	display: block;
	clear: both;
}

.g_mb {
	margin-bottom: 80px;
}

.g_mb::before,
.g_mb::after {
	content: '';
	display: block;
	clear: both;
}

@media (max-width: 1024px) {
	body {
		min-width: 0;
	}

	.g_cw {
		width: 100%;
	}
}

@media (max-width: 700px) {
	.g_mt {
		margin-top: 40px;
	}

	.g_mb {
		margin-bottom: 40px;
	}
}


.g_page {
	clear: both;
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: 100px;
}

.g_page>ul {
	display: inline-block;
}

.g_page>ul>li {
	float: left;
	line-height: 48px;
	margin: 0 5px;
}

.g_page>ul>li a {
	display: block;
	background: #fff;
	padding: 0 20px;
	border: 1px solid #E8E8E8;
}

.g_page>ul>li a .fa {
	font-size: 17px;
	line-height: 35px;
}

.g_page>ul>li a.dis {
	color: #ccc;
	cursor: not-allowed;
}

.g_page>ul>li a:hover:not(.dis),
.g_page>ul>li a.on {
	background: #164387;
	color: #fff;
	border: 1px solid #164387;
}

@media (max-width: 600px) {
	.g_page>ul .num_li {
		display: none;
	}
}


.g_title {
	clear: both;
	text-align: center;
	padding: 100px 0;
}

.g_title .l1 {
	font-size: 30px;
	font-weight: bold;
	color: #164387;
}

.g_title .l2 {
	color: #999;
	padding-top: 24px;
	font-size: 16px;
}

@media (max-width: 1024px) {
	.g_title {
		margin: 0 10px;
		padding: 50px 0 30px 0;
	}
}


.g_header {
	clear: both;
	z-index: 99;
	/*position: relative;  */
	text-align: center;
	margin: 0 auto;
	width: 100%;
}


.g_header .bar {
	display: none;
}

.g_header .logo_pc {
	float: left;
	/* font-size: 52px;
	font-weight: bold;
	color: #fff;*/
	height: 100%; 
	margin-right: 100px;
}

.g_header .logo_pc a {
	display: inline-block;
	padding: 15px 0 0 0;
}

.g_header .main .con {
	overflow: hidden;
	height: 100px;
	position: relative;
}

.g_header .main .nav {
	display: inline-block;
	text-align: center;
	padding-left: 30px;
	height: 100%;
}

.g_header .main .nav>li {
	display: inline-block;
	height: 100%;
}

.g_header .main .nav>li>a {
	float: left;
	display: inline;
	/*margin: 0 30px;*/
	/*padding: 40px 0; */
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	height: 100%;
}

.g_header .main .nav>li:last-child>a {
	margin-right: 0;
}

.g_header .main .nav>li>a>p {
	transition: ease .3s;
}

.g_header .main .nav>li>a>p>b {
	display: inline-block;
	color: #333;
	font-weight: normal;
	line-height: 1;
	transition: ease .3s;
	padding: 36px 20px;
}

.g_header .main .nav>li>a>p .en {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 12px auto 0 auto;
	opacity: 0;
	transition: ease .3s;
}

.g_header .main .nav>li>a.on,
.g_header .main .nav>li>a:hover {
	color: #d69d5a;
}

.g_header .main .nav>li>a.on>p>b {
	font-weight: bold;
}

.g_header .main .nav>li>a:hover>p>b {}

.g_header .main .nav>li>a.on>p .en,
.g_header .main .nav>li>a:hover>p .en {
	opacity: 1;
}


.g_header .main .con .lx {
	float: right;
	padding-left: 57px;
	line-height: 43px;
	margin: 49px 54px 0 0;
}

.g_header .main .con .lx .ico {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 0 0 36px;
}

.g_header .main .con .lx .dh {
	font-size: 16px;
	color: #fff;
	border: 1px solid #fff;
	display: inline-block;
	padding: 0 27px;
}

@media (max-width: 1450px) {
	.g_header .main .nav {
		padding-left: 0;
	}

	.g_header .main .nav>li>a {
		margin: 0 22px;
	}
}

@media (max-width: 1350px) {
	.g_header .main .nav>li>a {
		margin: 0 12px;
	}
}

@media (max-width: 1024px) {
	body {
		padding-top: 60px;
	}

	.g_header {
		background: transparent;
		height: auto;
	}

	.g_header .bar {
		position: relative;
		display: block;
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		right: 0;
		height: 60px;
		background: #fff;
		color: #875F23;
		border-bottom: 1px solid #4d4d4d;
	}

	.g_header .bar .menu {
		position: absolute;
		right: 0;
		top: 0;
		display: inline-block;
		padding: 0 10px;
		line-height: 60px;
	}

	.g_header .bar .menu img {
		vertical-align: middle;
		height: 32px;
	}

	.g_header .bar .logo {
		font-size: 30px;
		font-weight: bold;
		line-height: 60px;
		color: #4d4d4d;
		padding-left: 10px;
		float: left;
	}

	.g_header .bar .logo img {
		max-height: 36px;
		vertical-align: middle;
	}

	.g_header .main .con {
		text-align: left;
		height: auto;
	}

	.g_header .logo_pc {
		display: none;
	}

	.g_header .main .nav {
		display: block;
		height: auto;
		padding: 10px 0;
		margin-top: 0;
		line-height: 1;
		visibility: hidden;
		opacity: 0;
		position: fixed;
		z-index: 99;
		left: 0;
		top: -100%;
		bottom: 100%;
		right: 0;
		background: #fff;
		border-top: 0;
		transition: ease .4s;
	}

	.g_header .main .nav>li {
		display: block;
		text-align: left;
	}

	.g_header .main .nav>li>a {
		width: auto;
		padding: 20px 50px;
		margin: 0;
	}

	.g_header .main .nav>li>a>p>b {
		margin-bottom: 5px;
		color: #4d4d4d;
	}

	.g_header .main .nav>li>a>p .en {
		display: none;
	}

	.g_header .main .nav.show {
		visibility: visible;
		opacity: 1;
		top: 60px;
		bottom: 0;
	}

	.g_header .main .con .lx {
		display: none;
	}
}

@media (max-width: 1024px) {
	.g_footer .top .nav {
		display: none;
	}
}

.g_footer {
	clear: both;
	background: #030d16;
	/* background: url(/images/kehu-bg.jpg) no-repeat center ; */
	background-size: cover;
}

.g_footer .top .nav {
	padding: 70px 0 68px 0;
	overflow: hidden;
}

.g_footer .top .nav>li {
	float: left;
	padding-right: 110px;
	margin-right: 30px;
	height: 200px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	/* border-right:  1px solid #fff; */
}

.g_footer .top .nav>li:last-child {
	border-right: none;
}

.g_footer .top .nav>li .box {}



.g_footer .top .nav>li .h1 {
	font-size: 18px;
	color: #fff;
	text-align: left;
}

.g_footer .top .nav>li .lb {
	padding-top: 10px;
	float: left;
}

.g_footer .top .nav>li .lb2 {
	float: left;
	padding-top: 46px;
	padding-left: 50px;
	line-height: 33px;
	color: rgba(255, 255, 255, .3);
}

.g_footer .top .nav>li .lb .p1 {
	font-size: 16px;
	line-height: 40px;
	color: rgba(255, 255, 255, .3);
	/* color: rgba(255, 255, 255, 255); */
}

.g_footer .top .right {
	padding: 70px 0 85px 0;
	color: #fff;
	width: 293px;
	margin-bottom: -1px;
}

.g_footer .top .right .s2 {
	font-size: 18px;
	padding: 0 0 15px 0;
}

.g_footer .top .right .p1 {
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-top: 13px;
}

.g_footer .top .right .gzh {}

.g_footer .bottom {
	color: rgba(255, 255, 255, .3);
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	/* color: #fff;
	border-top: 1px solid #fff; */
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.g_footer .bottom .p1 {
	float: left;
	font-size: 16px;
}

.g_footer .bottom .logo {
	float: right;
	width: 293px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

@media (max-width: 1024px) {
	.g_footer .top .flink {
		display: none;
	}
}

/*.g_footer .top .flink {padding: 10px 0 17px 0;overflow:hidden;}*/
.g_footer .top .flink>li {
	float: left;
	padding-right: 10px;
	margin-right: 15px;
	font-size: 16px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.g_footer .top .flink>li:last-child {
	border-right: none;
}
.g_footer .top .flink li>a{
	color: rgba(255, 255, 255, .3);
}
.g_footer .top .flink>li .box {}

@media (max-width: 1024px) {
	.g_footer .top .nav {
		float: none;
		padding: 30px 0 0 0;
		margin-left: 0;
	}

	.g_footer .top .right {
		float: none;
		text-align: center;
		margin: 30px auto 0 auto;
		padding: 30px 0 30px 0;
	}

	.g_footer .top .nav {
		margin-bottom: 0;
	}

	.g_footer .top .nav>li {
		width: 33.33%;
		text-align: center;
		margin-right: 0;
		padding-bottom: 30px;
		padding-left: 0;
	}

	.g_footer .top .nav>li .h1 {
		text-align: center;
	}

	.g_footer .top .nav>li .box {
		border: 0;
		padding-right: 0px;
	}

	.g_footer .top .nav>li .lb {
		float: none;
	}

	.g_footer .top .nav>li .lb2 {
		float: none;
		padding-top: 0;
		padding-left: 0;
	}

	.f_br {
		border-right: 0;
	}

	.g_footer .bottom {
		height: auto;
	}

	.g_footer .bottom .p1 {
		float: none;
		text-align: center;
	}

	.g_footer .bottom .logo {
		float: none;
		margin: 0 auto;
	}

}

@media (max-width: 750px) {
	.g_footer .top .nav>li {
		padding-right: 50px;
	}
}

@media (max-width: 600px) {
	.g_footer .top .nav>li {
		padding-right: 20px;
	}

	.g_footer .top .right {
		margin: 30px auto 0 auto;
	}
}

/*--子页面--*/

.s_child_banner {
	display: none;
}

@media (max-width: 1024px) {
	.child_banner {
		display: none;
	}

	.s_child_banner {
		display: block;
	}
}

.page {
	border-bottom: 1px solid #eaeaea;
	line-height: 80px;
	color: #666;
}

@media (max-width: 1024px) {
	.page {
		padding-left: 10px;
		line-height: 60px;
	}
}

.news {
	background: url(/images/container02_bg.jpg) center center no-repeat;
	background-size: cover;
	height: auto;
}

.news .offset .list {
	margin-left: -75px;
	margin-bottom: -60px;
	overflow: hidden;
	padding: 20px 0;
}

.news .offset .list>li {
	float: left;
	width: 50%;
	padding-left: 75px;
	padding-bottom: 20px;
	display: inline-block;
}

/* .news .offset .list > li:nth-child(3n+1) {clear:both;} */

.news .offset .list>li .box {
	/* margin: 15px;
	border-bottom: 2px solid #fff; */
}

.news .offset .list>li .case-content {
	margin-left: 160px;
	float: left;
	position: absolute;
}

.news .offset .list>li .box .p1 {
	font-size: 18px;
	color: #333;
}

/* .news .offset .list > li .box .p2{padding:13px 0 30px 0;line-height:24px;} */
.news .offset .list>li .box .p2 {
	line-height: 32px;
}

.news .offset .list>li .box .time {
	color: #999;
}

.news .offset .list>li .box .line {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #f2f2f2;
	transition: .3s ease;
}

.news .offset .list>li .box:hover .line {
	background: #164387;
	width: 100%;
	transition: .3s ease;
}

.news .offset .btn {
	text-align: center;
	padding: 100px 0;
}

.news .offset .btn .more {
	padding: 12px 45px;
	display: inline-block;
	border: 2px solid #164387;
	font-size: 16px;
	color: #164387;
	border-radius: 25px;
}

.news .offset .btn .more:hover {
	background: #164387;
	color: #fff;
	border: 2px solid #164387;
	padding: 15px 60px;
}

@media (max-width: 1024px) {
	.news .offset .list>li {
		width: 50%;
	}

	.news .offset .list>li:nth-child(n) {
		clear: none;
	}

	.news .offset .list>li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 600px) {
	.news .offset .list>li {
		width: 100%;
		padding-bottom: 30px;
	}

	.news .offset .list>li:nth-child(n) {
		clear: none;
	}
}


.team .offset {}

.team .offset .list {
	margin-left: -30px;
	margin-bottom: -30px;
	overflow: hidden;
}

.team .offset .list>li {
	float: left;
	width: 33.33%;
	padding-left: 30px;
	padding-bottom: 30px;
}

.team .offset .list>li:nth-child(3n+1) {
	clear: both;
}

.team .offset .list>li .box {
	display: block;
}

.team .offset .list>li .box .pic img {
	display: block;
	width: 100%;
}

.team .offset .list>li .box .font {
	text-align: left;
	padding: 30px 15px 35px 15px;
}

.team .offset .list>li .box .font .p1 {
	font-size: 18px;
	color: #333;
}

.team .offset .list>li .box .font .p2 {
	color: #164387;
	padding: 20px 0 16px 0;
}

.team .offset .list>li .box .font .p3 {
	line-height: 24px;
	display: none;
}

.team .offset .list>li .box:hover .font {
	background: #164387;
	color: #fff;
}

.team .offset .list>li .box:hover .font .p1,
.team .offset .list>li .box:hover .font .p2 {
	color: #fff;
}

.team .offset .list>li .box:hover .font .p3 {
	color: rgba(255, 255, 255, .6);
}

.team .offset .btn {
	text-align: center;
	margin: 100px 0;
}

.team .offset .btn .more {
	padding: 12px 45px;
	display: inline-block;
	border: 2px solid #164387;
	font-size: 16px;
	border-radius: 25px;
	color: #164387;
}

.team .offset .btn .more:hover {
	background: #164387;
	color: #fff;
	border: 2px solid #164387;
	padding: 15px 60px;
}

@media (max-width: 1024px) {
	.team .offset .list>li {
		width: 50%;
	}

	.team .offset .list>li:nth-child(n) {
		clear: none;
	}

	.team .offset .list>li:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 600px) {
	.team .offset .list>li {
		width: 100%;
	}

	.team .offset .list>li:nth-child(n) {
		clear: none;
	}
}

/*-----------------------------分页 start--------------------------------*/
.next1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.next1 ul {
	display: inline-block;
}

.next1 ul li {
	display: inline-block;
}

.next1 a {
	display: inline-block;
	border: 1px solid #ebebeb;
	color: #999;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
	overflow: hidden;
}

.next1 a.on1,
.next1 a:hover {
	background: #164387;
	color: #fff;
	border: 1px solid #164387;
}

/*--------------------分页 end----------------------*/

/*右侧浮动QQ开始*/

.float_qq {
	position: fixed;
	top: 360px;
	right: 0;
	width: 50px;
	height: 203px;
	z-index: 6666;
}

.float_qq li {
	width: auto;
	height: 50px;
	z-index: 20;
}

.float_qq li.float_qq1,
.float_qq li.float_qq4 li.float_online {
	position: absolute;
	left: 0;
	width: 62px;
}

.float_qq li.float_qq1 {
	top: 0;
}

.float_qq li.float_qq2 {
	position: absolute;
	top: 102px;
	left: 0;
	width: 126px;
}

.float_qq li.float_online {
	position: absolute;
	top: 51px;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq3 {
	position: absolute;
	top: 153px;
	left: 0;
	width: 172px;
}

.float_qq li.float_qq4 {
	top: 204px;
}

.float_qq4 {
	position: absolute;
	top: 153px;
	left: 0;
}

.float_qq li a {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li span {
	display: block;
	font-family: "Microsoft Yahei";
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #000;
	opacity: 0.8;
	border-radius: 6px;
}

.float_qq li span img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a img {
	display: block;
	float: left;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px 12px 14px 14px;
}

.float_qq li a:hover {
	background-color: #164387;
	opacity: 1;
}

.float_shwx {
	position: absolute;
	top: -226px;
	left: -216px;
	background: url(../images/float_wxbd.png) no-repeat bottom right;
	width: 216px;
	height: 216px;
	padding-bottom: 9px;
	display: none;
}

.float_shwx img {
	display: block;
	padding: 14px;
	background-color: #FFF;
	width: 188px;
	height: 188px;
}

@media (max-width: 1024px) {
	.float_qq {
		display: none;
	}
}

.guwen-why {
	width: 100%;
	height: auto;
}

.guwen-content {
	width: 1220px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
}

.guwen-content .guwen-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.guwen-content ul>li {
	float: left;
	margin: 23.3px;
	width: 360px;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.guwen-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.guwen-content ul>li:hover a {
	color: #fff;
}

.guwen-content ul li>a {
	font-size: 16px;
}

.guwen-button {
	width: 1220px;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin-top: 100px;
}

.guwen-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}

.guwen-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.guwen-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.guwen-button .button:hover>a {
	color: #eaeaea;
}

.guwen-service {
	margin-top: 100px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
}

.guwen-service .guwen-service-content {
	width: 1220px;
	height: 520px;
	margin: 0 auto;
	text-align: center;
}

.guwen-service .guwen-service-content ul>li {
	float: left;
	margin: 20px;
	width: 265px;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.guwen-service .guwen-service-content ul>li:hover {
	background: #164387;
}

.guwen-service .guwen-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.guwen-service-button {
	position: relative;
	top: -120px;
	text-align: center;
}

.guwen-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
}


.guwen-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.guwen-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.guwen-zhize {
	width: 100%;
	height: 1150px;
}

/* 民事领域*/
.minshi-why {
	width: 100%;
	height: auto;
}

.minshi-content {
	width: 1220px;
	height: 500px;
	margin: 0 auto;
	text-align: center;
}

.minshi-content .minshi-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.minshi-content ul>li {
	float: left;
	margin: 23.3px;
	width: 360px;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.minshi-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.minshi-content ul>li:hover a {
	color: #fff;
}

.minshi-content ul li>a {
	font-size: 16px;
}

.minshi-button {
	width: 1220px;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin-top: 100px;
}

.minshi-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}

.minshi-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.minshi-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.minshi-button .button:hover>a {
	color: #eaeaea;
}

.minshi-service {
	margin-top: 100px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
}

.minshi-service .minshi-service-content {
	width: 1220px;
	height: 520px;
	margin: 0 auto;
	text-align: center;
}

.minshi-service .minshi-service-content ul>li {
	float: left;
	margin: 20px;
	width: 265px;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.minshi-service .minshi-service-content ul>li:hover {
	background: #164387;
}

.minshi-service .minshi-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.minshi-service-button {
	position: relative;
	top: -120px;
	text-align: center;
}

.minshi-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
}


.minshi-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.minshi-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.minshi-zhize {
	width: 100%;
	height: 1150px;
}

/* 刑事领域*/
.xingshi-why {
	width: 100%;
	height: auto;
}

.xingshi-content {
	width: 1220px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
}

.xingshi-content .xingshi-div {
	width: 100%;
	height: 100px;
	line-height: 60px;
}

.xingshi-content ul>li {
	float: left;
	margin: 23.3px;
	width: 360px;
	height: 60px;
	box-shadow: 2px 2px 2px 2px #164387;
	border-radius: 5px;
	line-height: 60px;
}

.xingshi-content ul>li:hover {
	box-shadow: 2px 2px 2px 2px #333;
	background: #164387;
}

.xingshi-content ul>li:hover a {
	color: #fff;
}

.xingshi-content ul li>a {
	font-size: 16px;
}

.xingshi-button {
	width: 1220px;
	margin: 0 auto;
	height: 48px;
	text-align: center;
	margin-top: 100px;
}

.xingshi-button .button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #164387 solid;
	border-radius: 24px;
}

.xingshi-button .button>a {
	font-size: 16px;
	color: #164387;
	font-weight: bold;
}

.xingshi-button .button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.xingshi-button .button:hover>a {
	color: #eaeaea;
}

.xingshi-service {
	margin-top: 100px;
	background: url(/images/guwen_fw.jpg) center no-repeat;
	background-size: cover;
}

.xingshi-service .xingshi-service-content {
	width: 1220px;
	height: 520px;
	margin: 0 auto;
	text-align: center;
}

.xingshi-service .xingshi-service-content ul>li {
	float: left;
	margin: 20px;
	width: 265px;
	height: 60px;
	border: 1px #fff solid;
	border-radius: 5px;
	line-height: 60px;
}

.xingshi-service .xingshi-service-content ul>li:hover {
	background: #164387;
}

.xingshi-service .xingshi-service-content ul li>a {
	font-size: 16px;
	color: #fff;
}

.xingshi-service-button {
	position: relative;
	top: -120px;
	text-align: center;
}

.xingshi-service-button>.button {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	line-height: 48px;
	border: 1px #fff solid;
	border-radius: 24px;
}


.xingshi-service-button .button>a {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.xingshi-service-button>.button:hover {
	background: #164387;
	transform: scale(1.1);
	transition: all 0.3s;
}

.xingshi-zhize {
	width: 100%;
	height: 1150px;
}

/*导航栏样式*/
.nav_main {
	width: 1220px;
	height: 110px;
	/*line-height: 110px;*/
	position: relative;
	z-index: 3;
	margin: 0 auto;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 48px;
	line-height: 48px;
	position: relative;
}
.nav_main .nav {
	margin-left: 100px;
}
.nav_main .nav li {
	float: left;
	width: 123px;
	height: 110px;
	line-height: 110px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	/* border-right: 1px solid #ac140f; */
	text-align: center;
}
.nav_main .nav li:first-child {
	/* border-left: 1px solid #ac140f; */
	background: none;
}
.nav_main .nav li a {
	display: block;
	color: #222;
	font-size: 16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li.hover {
	background: #fff;
	font-weight: bold;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 110px;
	z-index: 12;
	border: 1px solid #164387;
	border-top: 0;
}
.nav_main .nav dl {
	position: absolute;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 44px;
	height: 44px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #164387;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #222;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #fff;
	text-align: center;
}

/* .nav_main .nav>li>a>p>b {
	font-weight: normal;
	transition: ease .3s;
	display: inline-block;
	color: #333;
	line-height: 1;
	padding: 36px 20px;
} */

.top-img{
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.top-img>img{
	width: 100%;
}
.mynav{
    width: 100%;
    line-height: 48px;
    background: #fff;
    margin-top: 30px;
    border-radius: 4px;
}
.mynav-text{
    padding-left: 10px;
    font-size: 16px;
}

.mynav-text>img {
    width: 20px;
    height: 20px;
}

@media screen and (325px < width <768px){
    .top-img{
		margin: 0 auto;
		text-align: center;
		height: 100%;
	}
	.mynav{
		margin-top: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.mynav-text{
		font-size: 14px;
	}
	.mynav-text>img{
		width: 16px;
		height: 16px;
	}
}


@media screen and (768px <= width <= 992px){
    .mynav{
		margin-top: 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.mynav-text{
		font-size: 15px;
		overflow: hidden;
	}
	.mynav-text>img{
		width: 15px;
		height: 15px;
	}
}
